home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / stats_10.lha / Stats.doc < prev    next >
Text File  |  1996-01-01  |  2KB  |  81 lines

  1. Name : Zeus Stats.
  2.  
  3. By   : Mike Henderson (Chaos Engine BBS)
  4.  
  5.  
  6. Ok, here are the Docs for the Door.
  7.  
  8. The whole package could probably be a lot better, but since this is my first
  9. go at programming a door for Zeus, it will have to do.
  10.  
  11. The door is one of these last callers type things, and will display mail
  12. calls as well as BBS calls.
  13.  
  14. To install, just Unarc the whole directory into doors:
  15.  
  16.  
  17.  
  18. There are three Arexx routines.
  19.  
  20.  
  21. Mailstats.rexx.
  22.  
  23. I call this from within GMS using
  24.  
  25. endSession="rx doors:stats/Mailstats.rexx %B %n %d %S"
  26.  
  27. This will log the mail call to the datafile.
  28.  
  29. The Template for Mailstats.rexx is...
  30.  
  31. Mailstats.rexx Baud Address Direction Name.
  32.  
  33. The same variables will probably do for other mailers, but i've not tested
  34. it with them.
  35.  
  36.  
  37. The next routine is..
  38.  
  39. BBSstats.rexx
  40.  
  41. Call this somewhere in your Postlogon.pl with.
  42.  
  43. Callscript 'doors:stats/bbsstats.rexx'
  44.  
  45. This will log the BBS user to the datafile.
  46.  
  47. There is a variable called 'loc' within this file, set this to '1' if you
  48. dont want local calls logged.
  49.  
  50.  
  51. The third routine is Stats.rexx which displays the actually information to
  52. the BBS user.
  53.  
  54. Use..
  55.  
  56. Callscript 'doors:stats/stats.rexx' somewhere in the Postlogon.pl.
  57.  
  58.  
  59.  
  60. Ok, thats all there is to it. I've included a blank data file, but the next
  61. version will create this itself.
  62.  
  63. I've released this earlier than expected due to the continual nagging of
  64. Dave Naylor from FrostFree BBS.
  65.  
  66. Please feel free to Alter the Header & Footer files to suite your own BBS,
  67. but remember that the Number of lines of these files are important, as is
  68. the width if it is going to line up with the central data file.
  69.  
  70.  
  71.  
  72. DISCLAIMER...
  73.  
  74. I take no responsibilty if this collection of programs completely trashes
  75. you harddisk or does any other harm to your system. This package is for Zeus
  76. BBS systems, but could probably be altered to suite any other BBS package.
  77.  
  78.  
  79.  
  80.  
  81.